
Command Line: diskspd.exe -c10G -t2 -d60 -o1 -b64k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 65536
		using random I/O (alignment: 65536)
		number of outstanding I/O operations: 1
		thread stride size: 0
		threads per file: 2
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.00s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   1.02%|   0.23%|    0.78%|  99.00%
   1|   0.65%|   0.10%|    0.55%|  99.37%
-------------------------------------------
avg.|   0.83%|   0.17%|    0.66%|  99.19%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       592314368 |         9038 |       9.41 |     150.62 |    6.631 |    21.888 | test.dat (10240MB)
     1 |       596705280 |         9105 |       9.48 |     151.74 |    6.584 |    21.639 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:        1189019648 |        18143 |      18.90 |     302.36 |    6.607 |    21.763

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       474808320 |         7245 |       7.55 |     120.74 |    7.302 |    20.452 | test.dat (10240MB)
     1 |       477298688 |         7283 |       7.59 |     121.38 |    7.322 |    21.027 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         952107008 |        14528 |      15.13 |     242.12 |    7.312 |    20.742

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |       117506048 |         1793 |       1.87 |      29.88 |    3.918 |    26.749 | test.dat (10240MB)
     1 |       119406592 |         1822 |       1.90 |      30.36 |    3.634 |    23.702 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         236912640 |         3615 |       3.77 |      60.25 |    3.775 |    25.260


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.062 |      0.067 |      0.062
   25th |      0.119 |      0.134 |      0.122
   50th |      2.468 |      0.188 |      0.213
   75th |      8.988 |      0.236 |      7.839
   90th |     14.457 |      0.317 |     13.408
   95th |     19.594 |      0.973 |     18.702
   99th |    111.700 |    137.908 |    117.737
3-nines |    293.699 |    336.409 |    303.446
4-nines |    491.056 |    435.457 |    491.056
5-nines |    500.326 |    435.457 |    500.326
6-nines |    500.326 |    435.457 |    500.326
7-nines |    500.326 |    435.457 |    500.326
8-nines |    500.326 |    435.457 |    500.326
9-nines |    500.326 |    435.457 |    500.326
    max |    500.326 |    435.457 |    500.326
